C# Class FStarProject.FStarPropertyPage

Inheritance: System.Windows.Forms.Form, Microsoft.VisualStudio.OLE.Interop.IPropertyPage
Afficher le fichier Open project: YaccConstructor/VisualFStar

Méthodes publiques

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

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

Apply() public méthode

public Apply ( ) : int
Résultat int

GetPageInfo() public méthode

public GetPageInfo ( Microsoft pPageInfo ) : void
pPageInfo Microsoft
Résultat void

Help() public méthode

public Help ( string pszHelpDir ) : void
pszHelpDir string
Résultat void

IPropertyPage() public méthode

public IPropertyPage ( ) : void
Résultat void

IPropertyPage() public méthode

public IPropertyPage ( System.Windows.Forms.RECT pRect ) : void
pRect System.Windows.Forms.RECT
Résultat void

IsPageDirty() public méthode

public IsPageDirty ( ) : int
Résultat int

SetObjects() public méthode

public SetObjects ( uint cObjects, object ppunk ) : void
cObjects uint
ppunk object
Résultat void

SetPageSite() public méthode

public SetPageSite ( IPropertyPageSite pPageSite ) : void
pPageSite IPropertyPageSite
Résultat void

Show() public méthode

public Show ( uint nCmdShow ) : void
nCmdShow uint
Résultat void

TranslateAccelerator() public méthode

public TranslateAccelerator ( System.Windows.Forms.MSG pMsg ) : int
pMsg System.Windows.Forms.MSG
Résultat int