Assembly: STCustomPropTypes.dll
[Guid("870BF5A7-186C-46AD-B29D-B9FACB138DC4")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_CustomEnumWithIDPropHelper : 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
IStringValueGetter ValueGetter { get; set; }
Property Value
Declaration
IStringValueSetter ValueSetter { get; set; }
Property Value
Declaration
IBooleanValueGetter Visible { get; set; }
Property Value
Methods
Declaration
void Add(string id, string Caption, string icon)
Parameters
Type |
Name |
Description |
string |
id |
|
string |
Caption |
|
string |
icon |
|