Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
GuiComp
FileDocument
C# Class GuiComp.FileDocument
Show file
Open project: ufasoft/coin
Public Properties
Property
Type
Description
Dirty
bool
DocumentData
IDocumentData
FilePath
string
Filter
string
OwnerForm
System.Windows.Forms.Form
Public Methods
Method
Description
Close
( ) :
bool
Open
(
string
fileName
) :
bool
Save
( ) :
bool
Method Details
Close()
public
method
public
Close
( ) :
bool
return
bool
Open()
public
method
public
Open
(
string
fileName
) :
bool
fileName
string
return
bool
Save()
public
method
public
Save
( ) :
bool
return
bool
Property Details
Dirty
public property
public
bool
Dirty
return
bool
DocumentData
public property
public
IDocumentData
DocumentData
return
IDocumentData
FilePath
public property
public
string
FilePath
return
string
Filter
public property
public
string
Filter
return
string
OwnerForm
public property
public
Form,System.Windows.Forms
OwnerForm
return
System.Windows.Forms.Form