C# Class NetIde.Shell.NiWindowFrameExtensions

ファイルを表示 Open project: netide/netide

Public Methods

Method Description
GetPropertyEx ( this self, NiFrameProperty property ) : object
GetPropertyEx ( this self, int property ) : object
SetPropertyEx ( this self, NiFrameProperty property, object value ) : void
SetPropertyEx ( this self, int property, object value ) : void

Method Details

GetPropertyEx() public static method

public static GetPropertyEx ( this self, NiFrameProperty property ) : object
self this
property NiFrameProperty
return object

GetPropertyEx() public static method

public static GetPropertyEx ( this self, int property ) : object
self this
property int
return object

SetPropertyEx() public static method

public static SetPropertyEx ( this self, NiFrameProperty property, object value ) : void
self this
property NiFrameProperty
value object
return void

SetPropertyEx() public static method

public static SetPropertyEx ( this self, int property, object value ) : void
self this
property int
value object
return void