LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)
LEAD Technologies, Inc

DefaultExt Property (RasterOpenDialog)






Gets or sets the default file name extension.
Syntax
public string DefaultExt {get; set;}
'Declaration
 
Public Property DefaultExt As String
'Usage
 
Dim instance As RasterOpenDialog
Dim value As String
 
instance.DefaultExt = value
 
value = instance.DefaultExt
public string DefaultExt {get; set;}
 get_DefaultExt();
set_DefaultExt(value);
public:
property String^ DefaultExt {
   String^ get();
   void set (    String^ value);
}

Property Value

Represents the default file name extension.
Example
Refer to RasterOpenDialog example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.