C# Class Microsoft.VisualStudio.R.Package.Shell.AppShellExtensions

Show file Open project: Microsoft/RTVS

Public Methods

Method Description
GetDialogOwnerWindow ( this appShell ) : IntPtr
GetUiFont ( this appShell ) : Font
PostCommand ( this appShell, System.Guid guid, int id ) : void

Method Details

GetDialogOwnerWindow() public static method

public static GetDialogOwnerWindow ( this appShell ) : IntPtr
appShell this
return System.IntPtr

GetUiFont() public static method

public static GetUiFont ( this appShell ) : Font
appShell this
return System.Drawing.Font

PostCommand() public static method

public static PostCommand ( this appShell, System.Guid guid, int id ) : void
appShell this
guid System.Guid
id int
return void