| Visual Basic (Declaration) | |
|---|---|
Public Function IsEnabled( _ ByVal propertyName As String _ ) As Boolean | |
| C# | |
|---|---|
public bool IsEnabled( string propertyName ) | |
| C++/CLI | |
|---|---|
public: bool IsEnabled( String^ propertyName ) | |
Parameters
- propertyName
- The property name.
Return Value
true if enabled; otherwise falseTarget Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)