C# Class FStarProject.FStarPropertyPage

Inheritance: System.Windows.Forms.Form, Microsoft.VisualStudio.OLE.Interop.IPropertyPage
Show file Open project: YaccConstructor/VisualFStar

Public Methods

Method Description
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

Method Details

Activate() public method

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

Apply() public method

public Apply ( ) : int
return int

GetPageInfo() public method

public GetPageInfo ( Microsoft pPageInfo ) : void
pPageInfo Microsoft
return void

Help() public method

public Help ( string pszHelpDir ) : void
pszHelpDir string
return void

IPropertyPage() public method

public IPropertyPage ( ) : void
return void

IPropertyPage() public method

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

IsPageDirty() public method

public IsPageDirty ( ) : int
return int

SetObjects() public method

public SetObjects ( uint cObjects, object ppunk ) : void
cObjects uint
ppunk object
return void

SetPageSite() public method

public SetPageSite ( IPropertyPageSite pPageSite ) : void
pPageSite IPropertyPageSite
return void

Show() public method

public Show ( uint nCmdShow ) : void
nCmdShow uint
return void

TranslateAccelerator() public method

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