LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterOpenDialogLoadFormat Structure
See Also  Members  
Leadtools.WinForms.CommonDialogs.File Namespace : RasterOpenDialogLoadFormat Structure



Represents the Load Format that the Open dialog will include in the File Type Combo, refer to RasterOpenDialog.Filter.

Object Model

RasterOpenDialogLoadFormat Structure

Syntax

Visual Basic (Declaration) 
Public Structure RasterOpenDialogLoadFormat 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As RasterOpenDialogLoadFormat
C# 
public struct RasterOpenDialogLoadFormat : System.ValueType 
C++/CLI 
public value class RasterOpenDialogLoadFormat : public System.ValueType 

Example

Refer to RasterOpenDialog example.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.WinForms.CommonDialogs.File.RasterOpenDialogLoadFormat

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also