Method | Description | |
---|---|---|
ContextMenuMethodAttribute ( string itemCaption ) : System |
������ ����� ��������� ContextMenuMethodAttribute
|
|
ContextMenuMethodAttribute ( string itemCaption, bool itemEnabled ) : System |
������ ����� ��������� ContextMenuMethodAttribute
|
|
ContextMenuMethodAttribute ( string itemCaption, bool itemEnabled, bool defaultItem, int itemImageIndex ) : System |
������ ����� ��������� ContextMenuMethodAttribute
|
|
ContextMenuMethodAttribute ( string itemCaption, bool itemEnabled, bool defaultItem, int itemImageIndex, bool insertSeparator ) : System |
Method | Description | |
---|---|---|
InitInstance ( string itemCaption, bool itemEnabled, bool defaultItem, int itemImageIndex, bool insertSeparator ) : void |
public ContextMenuMethodAttribute ( string itemCaption ) : System | ||
itemCaption | string | ��������� �������� ���� |
return | System |
public ContextMenuMethodAttribute ( string itemCaption, bool itemEnabled ) : System | ||
itemCaption | string | ��������� �������� ���� |
itemEnabled | bool | |
return | System |
public ContextMenuMethodAttribute ( string itemCaption, bool itemEnabled, bool defaultItem, int itemImageIndex ) : System | ||
itemCaption | string | ��������� �������� ���� |
itemEnabled | bool | ������� ���� �������� |
defaultItem | bool | ������, ���� ������� ���� �������� ��������� �� ��������� |
itemImageIndex | int | ������ ������� ��� �������� ���� |
return | System |
public ContextMenuMethodAttribute ( string itemCaption, bool itemEnabled, bool defaultItem, int itemImageIndex, bool insertSeparator ) : System | ||
itemCaption | string | |
itemEnabled | bool | |
defaultItem | bool | |
itemImageIndex | int | |
insertSeparator | bool | |
return | System |