ITinyMceGroupProfileCommandRow 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 TinyMceSettingList CommandRow { get; set; }
Property CommandRow As TinyMceSettingList
Get
Set
property TinyMceSettingList^ CommandRow {
TinyMceSettingList^ get ();
void set (TinyMceSettingList^ value);
}
abstract CommandRow : TinyMceSettingList with get, set
Property Value
Type:
TinyMceSettingListRemarks This collection does not include command buttons included in the
Removed Buttons.
See Also