C# Class ZForge.Controls.PropertyGridEx.CustomProperty

Exibir arquivo Open project: zhuangyy/Motion Class Usage Examples

Protected Properties

Property Type Description
MethodDelegate UICustomEventEditor.OnClick
bIsBrowsable bool
bIsDropdownResizable bool
bIsPassword bool
bIsPercentage bool
bIsReadOnly bool
bParenthesize bool
bRef bool
bUseFileNameEditor bool
bUseFilePathEditor bool
bVisible bool
eBrowsablePropertyLabel BrowsableTypeConverter.LabelStyle
eDialogType UIFilenameEditor.FileDialogType
oChoices CustomChoices
oDatasource object
oDefaultType System.Type
oDefaultValue object
oRef object
oSelectedItem object
oSelectedValue object
oTag object
oValue object
sCategory string
sDescription string
sDisplayMember string
sFilter string
sName string
sProp string
sValueMember string

Private Properties

Property Type Description
BuildAttributes_BrowsableProperty void
BuildAttributes_CustomChoices void
BuildAttributes_CustomEventProperty void
BuildAttributes_FilenameEditor void
BuildAttributes_ListboxEditor void

Public Methods

Method Description
CustomProperty ( ) : System
CustomProperty ( string strName, object objValue, bool boolIsReadOnly, string strCategory, string strDescription, bool boolVisible ) : System
CustomProperty ( string strName, object &objRef, string strProp, bool boolIsReadOnly, string strCategory, string strDescription, bool boolVisible ) : System
RebuildAttributes ( ) : void

Private Methods

Method Description
BuildAttributes_BrowsableProperty ( ) : void
BuildAttributes_CustomChoices ( ) : void
BuildAttributes_CustomEventProperty ( ) : void
BuildAttributes_FilenameEditor ( ) : void
BuildAttributes_ListboxEditor ( ) : void

Method Details

CustomProperty() public method

public CustomProperty ( ) : System
return System

CustomProperty() public method

public CustomProperty ( string strName, object objValue, bool boolIsReadOnly, string strCategory, string strDescription, bool boolVisible ) : System
strName string
objValue object
boolIsReadOnly bool
strCategory string
strDescription string
boolVisible bool
return System

CustomProperty() public method

public CustomProperty ( string strName, object &objRef, string strProp, bool boolIsReadOnly, string strCategory, string strDescription, bool boolVisible ) : System
strName string
objRef object
strProp string
boolIsReadOnly bool
strCategory string
strDescription string
boolVisible bool
return System

RebuildAttributes() public method

public RebuildAttributes ( ) : void
return void

Property Details

MethodDelegate protected_oe property

protected UICustomEventEditor.OnClick MethodDelegate
return UICustomEventEditor.OnClick

bIsBrowsable protected_oe property

protected bool bIsBrowsable
return bool

bIsDropdownResizable protected_oe property

protected bool bIsDropdownResizable
return bool

bIsPassword protected_oe property

protected bool bIsPassword
return bool

bIsPercentage protected_oe property

protected bool bIsPercentage
return bool

bIsReadOnly protected_oe property

protected bool bIsReadOnly
return bool

bParenthesize protected_oe property

protected bool bParenthesize
return bool

bRef protected_oe property

protected bool bRef
return bool

bUseFileNameEditor protected_oe property

protected bool bUseFileNameEditor
return bool

bUseFilePathEditor protected_oe property

protected bool bUseFilePathEditor
return bool

bVisible protected_oe property

protected bool bVisible
return bool

eBrowsablePropertyLabel protected_oe property

protected BrowsableTypeConverter.LabelStyle eBrowsablePropertyLabel
return BrowsableTypeConverter.LabelStyle

eDialogType protected_oe property

protected UIFilenameEditor.FileDialogType eDialogType
return UIFilenameEditor.FileDialogType

oChoices protected_oe property

protected CustomChoices,ZForge.Controls.PropertyGridEx oChoices
return CustomChoices

oDatasource protected_oe property

protected object oDatasource
return object

oDefaultType protected_oe property

protected Type,System oDefaultType
return System.Type

oDefaultValue protected_oe property

protected object oDefaultValue
return object

oRef protected_oe property

protected object oRef
return object

oSelectedItem protected_oe property

protected object oSelectedItem
return object

oSelectedValue protected_oe property

protected object oSelectedValue
return object

oTag protected_oe property

protected object oTag
return object

oValue protected_oe property

protected object oValue
return object

sCategory protected_oe property

protected string sCategory
return string

sDescription protected_oe property

protected string sDescription
return string

sDisplayMember protected_oe property

protected string sDisplayMember
return string

sFilter protected_oe property

protected string sFilter
return string

sName protected_oe property

protected string sName
return string

sProp protected_oe property

protected string sProp
return string

sValueMember protected_oe property

protected string sValueMember
return string