C# 클래스 NetIde.Shell.NiWindowFrameExtensions

파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
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

메소드 상세

GetPropertyEx() 공개 정적인 메소드

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

GetPropertyEx() 공개 정적인 메소드

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

SetPropertyEx() 공개 정적인 메소드

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

SetPropertyEx() 공개 정적인 메소드

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