LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

DefaultExt Property (RasterOpenDialog)

Show in webframe





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:
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

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.