←Select platform

HasState Property

Summary

Indicate whether this command uses a state.

Syntax
C#
C++/CLI
public bool HasState { 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

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.