- support
- An RasterSupportType enum that represents the support type to check.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function IsLocked( _ ByVal support As RasterSupportType _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static bool IsLocked( RasterSupportType support ) | |
| C++/CLI | |
|---|---|
public: static bool IsLocked( RasterSupportType support ) | |
Parameters
- support
- An RasterSupportType enum that represents the support type to check.
Return Value
true if the support is locked; false if the support is unlocked.For an example, refer to Unlock.
To unlock a feature, use the Unlock method.
For more information, refer to Unlocking Advanced Features.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code