Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
GuiComp
FileDocument
C# Class GuiComp.FileDocument
显示文件
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_oe property
public
bool
Dirty
return
bool
DocumentData
public_oe property
public
IDocumentData
DocumentData
return
IDocumentData
FilePath
public_oe property
public
string
FilePath
return
string
Filter
public_oe property
public
string
Filter
return
string
OwnerForm
public_oe property
public
Form,System.Windows.Forms
OwnerForm
return
System.Windows.Forms.Form