←Select platform

State Property

Summary

Current state value of the command.

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

Property Value

Boolean that contains the current state value of the command. Default value is null.

Remarks

Used when HasState is true.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

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