C# Class NetIde.Shell.NiWindowFrameExtensions

Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode 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 méthode

public static GetPropertyEx ( this self, NiFrameProperty property ) : object
self this
property NiFrameProperty
Résultat object

GetPropertyEx() public static méthode

public static GetPropertyEx ( this self, int property ) : object
self this
property int
Résultat object

SetPropertyEx() public static méthode

public static SetPropertyEx ( this self, NiFrameProperty property, object value ) : void
self this
property NiFrameProperty
value object
Résultat void

SetPropertyEx() public static méthode

public static SetPropertyEx ( this self, int property, object value ) : void
self this
property int
value object
Résultat void