Метод | Описание | |
---|---|---|
AddButton ( INiTitleBarButton button, int &cookie ) : HResult | ||
Advise ( INiTitleBarButtonManagerNotify sink, int &cookie ) : HResult | ||
Advise ( object sink, int &cookie ) : HResult | ||
NiTitleBarButtonManager ( IServiceProvider serviceProvider ) : System | ||
RebuildButtons ( ) : void | ||
RemoveButton ( int cookie ) : HResult | ||
Unadvise ( int cookie ) : HResult | ||
UpdateButton ( int cookie, INiTitleBarButton button ) : HResult |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
chromeButton_Click ( object sender, |
||
chromeButton_Paint ( object sender, |
public AddButton ( INiTitleBarButton button, int &cookie ) : HResult | ||
button | INiTitleBarButton | |
cookie | int | |
Результат | HResult |
public Advise ( INiTitleBarButtonManagerNotify sink, int &cookie ) : HResult | ||
sink | INiTitleBarButtonManagerNotify | |
cookie | int | |
Результат | HResult |
public Advise ( object sink, int &cookie ) : HResult | ||
sink | object | |
cookie | int | |
Результат | HResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public NiTitleBarButtonManager ( IServiceProvider serviceProvider ) : System | ||
serviceProvider | IServiceProvider | |
Результат | System |
public RemoveButton ( int cookie ) : HResult | ||
cookie | int | |
Результат | HResult |
public UpdateButton ( int cookie, INiTitleBarButton button ) : HResult | ||
cookie | int | |
button | INiTitleBarButton | |
Результат | HResult |