Assembly: STCustomPropTypes.dll
[Guid("2915800B-FEBA-4CCA-86A7-614DBAA408A3")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_CustomEnumIndexedPropHelper : IST_AbstractPropHelper, IST_CustomProp
Properties
Declaration
string ButtonDisplayName[int i] { get; set; }
Parameters
Type |
Name |
Description |
int |
i |
|
Property Value
Declaration
string ButtonHelpText[int i] { get; set; }
Parameters
Type |
Name |
Description |
int |
i |
|
Property Value
Declaration
string ButtonIconPath[int i] { get; set; }
Parameters
Type |
Name |
Description |
int |
i |
|
Property Value
Declaration
TCustomPropButtonState ButtonMode[int i] { get; set; }
Parameters
Type |
Name |
Description |
int |
i |
|
Property Value
Declaration
int ButtonQuantity { get; set; }
Property Value
Declaration
string Caption { get; set; }
Property Value
Declaration
IButtonClickAction ClickAction[int i] { get; set; }
Parameters
Type |
Name |
Description |
int |
i |
|
Property Value
Declaration
string IconFile { get; set; }
Property Value
Declaration
IBooleanValueGetter IsStructural { get; set; }
Property Value
Declaration
string PropID { get; set; }
Property Value
PropIsExpandedGetter
Declaration
IBooleanValueGetter PropIsExpandedGetter { get; set; }
Property Value
PropIsExpandedSetter
Declaration
IBooleanValueSetter PropIsExpandedSetter { get; set; }
Property Value
Declaration
TCustomPropType PropType { get; }
Property Value
Declaration
IST_CustomPropDefaultable RestoreValueProc { get; set; }
Property Value
Declaration
string UnitsStr { get; set; }
Property Value
Declaration
IIntegerValueGetter ValueGetter { get; set; }
Property Value
Declaration
IIntegerValueSetter ValueSetter { get; set; }
Property Value
Declaration
IBooleanValueGetter Visible { get; set; }
Property Value
Methods
Declaration
void Add(string Caption, string icon)
Parameters
Type |
Name |
Description |
string |
Caption |
|
string |
icon |
|