Enables or disables buttons of the toolbar and menu items of the main menu.
Namespace:
CADImport.CADImportControls
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub EnableButton( _ ByVal aVal As Boolean _ ) |
C#
|
public void EnableButton( bool aVal ) |
Parameters
-
aVal
-
Type: bool
true if the buttons and menu items are enabled; false if they are disabled.
Remarks
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also