C# 클래스 FStarProject.FStarPropertyPage

상속: System.Windows.Forms.Form, Microsoft.VisualStudio.OLE.Interop.IPropertyPage
파일 보기 프로젝트 열기: YaccConstructor/VisualFStar

공개 메소드들

메소드 설명
Activate ( IntPtr hWndParent, System.Windows.Forms.RECT pRect, int bModal ) : void
Apply ( ) : int
GetPageInfo ( Microsoft pPageInfo ) : void
Help ( string pszHelpDir ) : void
IPropertyPage ( ) : void
IPropertyPage ( System.Windows.Forms.RECT pRect ) : void
IsPageDirty ( ) : int
SetObjects ( uint cObjects, object ppunk ) : void
SetPageSite ( IPropertyPageSite pPageSite ) : void
Show ( uint nCmdShow ) : void
TranslateAccelerator ( System.Windows.Forms.MSG pMsg ) : int

메소드 상세

Activate() 공개 메소드

public Activate ( IntPtr hWndParent, System.Windows.Forms.RECT pRect, int bModal ) : void
hWndParent System.IntPtr
pRect System.Windows.Forms.RECT
bModal int
리턴 void

Apply() 공개 메소드

public Apply ( ) : int
리턴 int

GetPageInfo() 공개 메소드

public GetPageInfo ( Microsoft pPageInfo ) : void
pPageInfo Microsoft
리턴 void

Help() 공개 메소드

public Help ( string pszHelpDir ) : void
pszHelpDir string
리턴 void

IPropertyPage() 공개 메소드

public IPropertyPage ( ) : void
리턴 void

IPropertyPage() 공개 메소드

public IPropertyPage ( System.Windows.Forms.RECT pRect ) : void
pRect System.Windows.Forms.RECT
리턴 void

IsPageDirty() 공개 메소드

public IsPageDirty ( ) : int
리턴 int

SetObjects() 공개 메소드

public SetObjects ( uint cObjects, object ppunk ) : void
cObjects uint
ppunk object
리턴 void

SetPageSite() 공개 메소드

public SetPageSite ( IPropertyPageSite pPageSite ) : void
pPageSite IPropertyPageSite
리턴 void

Show() 공개 메소드

public Show ( uint nCmdShow ) : void
nCmdShow uint
리턴 void

TranslateAccelerator() 공개 메소드

public TranslateAccelerator ( System.Windows.Forms.MSG pMsg ) : int
pMsg System.Windows.Forms.MSG
리턴 int