Interface IST_CustomPropWithButtons
Assembly: STCustomPropTypes.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("609D3621-E927-4EC9-83E0-CFFC0DED082D")]
public interface IST_CustomPropWithButtons
Properties
Declaration
string ButtonCaption[int i] { get; }
Parameters
Type |
Name |
Description |
int |
i |
|
Property Value
Declaration
string ButtonHint[int i] { get; }
Parameters
Type |
Name |
Description |
int |
i |
|
Property Value
Declaration
string ButtonIconFile[int i] { get; }
Parameters
Type |
Name |
Description |
int |
i |
|
Property Value
Declaration
int ButtonsCount { get; }
Property Value
Declaration
TCustomPropButtonState ButtonState[int i] { get; }
Parameters
Type |
Name |
Description |
int |
i |
|
Property Value
Methods
Declaration
void OnButtonClick(int BtnIndex, object Sender)
Parameters
Type |
Name |
Description |
int |
BtnIndex |
|
object |
Sender |
|