ITinyMceUserProfileCommandRow Property
|
Gets an ordered collection of button items representing the command row for the XHTML Editor.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IEnumerable<ITinyMceSetting> CommandRow { get; }
ReadOnly Property CommandRow As IEnumerable(Of ITinyMceSetting)
Get
property IEnumerable<ITinyMceSetting^>^ CommandRow {
IEnumerable<ITinyMceSetting^>^ get ();
}
abstract CommandRow : IEnumerable<ITinyMceSetting> with get
Property Value
Type:
IEnumerableITinyMceSettingRemarks This collection does not include command buttons included in the
Removed Buttons.
See Also