←Select platform

ShowRange Property

Summary

Gets or sets the value that determines whether the dialog should include Range combo box.

Syntax

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

Property Value

true the dialog should include the Range combo box; false if otherwise.

Example

Refer to RasterWindowLevelDialog example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.