Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
IsLocked Method
See Also 
Leadtools Namespace > RasterSupport Class : IsLocked Method



support
An RasterSupportType enum that represents the support type to check.
support
An RasterSupportType enum that represents the support type to check.
Indicates whether support is locked for an optional feature.

Syntax

Visual Basic (Declaration) 
Public Shared Function IsLocked( _
   ByVal support As RasterSupportType _
) As Boolean
Visual Basic (Usage)Copy Code
Dim support As RasterSupportType
Dim value As Boolean
 
value = RasterSupport.IsLocked(support)
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.

Example

For an example, refer to Unlock.

Remarks

To unlock a feature, use the Unlock method.

For more information, refer to Unlocking Advanced Features.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also