SmsTabbedDialog.EnableButton Method
Enables or disables the specified button for the tabbed dialog box.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsTabbedDialog
Dim btnType As FormButtonType
Dim enable As Boolean
instance.EnableButton(btnType, enable)
Syntax
'Declaration
Public Sub EnableButton ( _
btnType As FormButtonType, _
enable As Boolean _
)
public void EnableButton (
FormButtonType btnType,
bool enable
)
public:
void EnableButton (
FormButtonType btnType,
bool enable
)
public void EnableButton (
FormButtonType btnType,
boolean enable
)
public function EnableButton (
btnType : FormButtonType,
enable : boolean
)
Parameters
- btnType
[in] FormButtonType object.
- enable
[in] true to enable the button.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsTabbedDialog Class
SmsTabbedDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
FormButtonType Enumeration