←Select platform

HasState Property (DocumentViewerCommand)

Summary

Indicate whether this command uses a state.

Syntax

C#
VB
C++
public bool HasState { get; set; }
Public Property HasState() As Boolean 
   Get 
   Set 
public:  
   property bool HasState 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if this command uses a state; otherwise, false. Default value is false.

Remarks

State is used to store the value if this command uses state.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents.UI Assembly
Click or drag to resize