Miner.Interop Namespace > IMMAttributeEditorUI3 Interface : SetButton Method |
'Declaration
Sub SetButton( _ ByVal eButtonID As MMButtonID, _ ByVal bsCaption As System.String, _ ByVal bIsVisible As System.Boolean, _ ByVal bIsEnabled As System.Boolean, _ ByVal bIsDefault As System.Boolean _ )
'Usage
Dim instance As IMMAttributeEditorUI3 Dim eButtonID As MMButtonID Dim bsCaption As System.String Dim bIsVisible As System.Boolean Dim bIsEnabled As System.Boolean Dim bIsDefault As System.Boolean instance.SetButton(eButtonID, bsCaption, bIsVisible, bIsEnabled, bIsDefault)
void SetButton( MMButtonID eButtonID, System.string bsCaption, System.bool bIsVisible, System.bool bIsEnabled, System.bool bIsDefault )
procedure SetButton( eButtonID: MMButtonID; bsCaption: System.String; bIsVisible: System.Boolean; bIsEnabled: System.Boolean; bIsDefault: System.Boolean );
function SetButton( eButtonID : MMButtonID, bsCaption : System.String, bIsVisible : System.boolean, bIsEnabled : System.boolean, bIsDefault : System.boolean );
void SetButton( MMButtonID eButtonID, System.string* bsCaption, System.bool bIsVisible, System.bool bIsEnabled, System.bool bIsDefault )
void SetButton( MMButtonID eButtonID, System.String^ bsCaption, System.bool bIsVisible, System.bool bIsEnabled, System.bool bIsDefault )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2