C# Class NetIde.Services.Shell.DockContent.Proxy

Inheritance: NetIde.Shell.ServiceObject, INiWindowFrame
ファイルを表示 Open project: netide/netide

Public Methods

Method Description
Advise ( INiWindowFrameNotify sink, int &cookie ) : HResult
Advise ( object sink, int &cookie ) : HResult
Close ( NiFrameCloseMode closeMode ) : HResult
GetCaption ( string &caption ) : HResult
GetIcon ( IResource &icon ) : HResult
GetIsVisible ( bool &visible ) : HResult
GetProperty ( int property, object &value ) : HResult
Hide ( ) : HResult
Proxy ( DockContent owner ) : System
SetCaption ( string caption ) : HResult
SetIcon ( IResource icon ) : HResult
SetProperty ( int property, object value ) : HResult
Show ( ) : HResult
Unadvise ( int cookie ) : HResult

Private Methods

Method Description
VerifyNotDisposed ( ) : void

Method Details

Advise() public method

public Advise ( INiWindowFrameNotify sink, int &cookie ) : HResult
sink INiWindowFrameNotify
cookie int
return HResult

Advise() public method

public Advise ( object sink, int &cookie ) : HResult
sink object
cookie int
return HResult

Close() public method

public Close ( NiFrameCloseMode closeMode ) : HResult
closeMode NiFrameCloseMode
return HResult

GetCaption() public method

public GetCaption ( string &caption ) : HResult
caption string
return HResult

GetIcon() public method

public GetIcon ( IResource &icon ) : HResult
icon IResource
return HResult

GetIsVisible() public method

public GetIsVisible ( bool &visible ) : HResult
visible bool
return HResult

GetProperty() public method

public GetProperty ( int property, object &value ) : HResult
property int
value object
return HResult

Hide() public method

public Hide ( ) : HResult
return HResult

Proxy() public method

public Proxy ( DockContent owner ) : System
owner DockContent
return System

SetCaption() public method

public SetCaption ( string caption ) : HResult
caption string
return HResult

SetIcon() public method

public SetIcon ( IResource icon ) : HResult
icon IResource
return HResult

SetProperty() public method

public SetProperty ( int property, object value ) : HResult
property int
value object
return HResult

Show() public method

public Show ( ) : HResult
return HResult

Unadvise() public method

public Unadvise ( int cookie ) : HResult
cookie int
return HResult