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

Title Property (RasterSaveDialog)

Show in webframe





Gets or sets the dialog box title.
Syntax
public string Title {get; set;}
'Declaration
 
Public Property Title As String
'Usage
 
Dim instance As RasterSaveDialog
Dim value As String
 
instance.Title = value
 
value = instance.Title

            

            
public:
property String^ Title {
   String^ get();
   void set (    String^ value);
}

Property Value

The save dialog box title.
Example
Refer to RasterSaveDialog example.
Requirements

Target Platforms

See Also

Reference

RasterSaveDialog Class
RasterSaveDialog Members

 

 


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