C# 클래스 SIPSorcery.AssetListMenuBar

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: sipsorcery/sipsorcery

공개 메소드들

메소드 설명
AssetListMenuBar ( ) : System
EnableAdd ( bool isEnabled ) : void

Used to enable or disable the Add button on the menu bar.

EnableFilter ( bool isEnabled ) : void

Used to enable or disable the Filter button and text box on the menu bar.

EnableHelp ( bool isEnabled ) : void

Used to enable or disable the Help button on the menu bar.

EnablePaging ( bool enabled ) : void
EnableRefresh ( bool isEnabled ) : void

Used to enable or disable the Refresh button on the menu bar.

SetDisplayedRange ( int offset, int count, int total, int displayCount ) : void
SetTitle ( string title ) : void

비공개 메소드들

메소드 설명
AddButton_Click ( object sender, System e ) : void
DisablePagingButtons ( ) : void
FilterButton_Click ( object sender, System e ) : void
HelpButton_Click ( object sender, System e ) : void
PageFirstButton_Click ( object sender, System e ) : void
PageLastButton_Click ( object sender, System e ) : void
PageNextButton_Click ( object sender, System e ) : void
PagePreviousButton_Click ( object sender, System e ) : void
RefreshButton_Click ( object sender, System e ) : void

메소드 상세

AssetListMenuBar() 공개 메소드

public AssetListMenuBar ( ) : System
리턴 System

EnableAdd() 공개 메소드

Used to enable or disable the Add button on the menu bar.
public EnableAdd ( bool isEnabled ) : void
isEnabled bool True to enable the button so it appears on the menu bar, false to disable it.
리턴 void

EnableFilter() 공개 메소드

Used to enable or disable the Filter button and text box on the menu bar.
public EnableFilter ( bool isEnabled ) : void
isEnabled bool True to enable the filter controls so they appear on the menu bar, false to disable them.
리턴 void

EnableHelp() 공개 메소드

Used to enable or disable the Help button on the menu bar.
public EnableHelp ( bool isEnabled ) : void
isEnabled bool True to enable the Delete button so it appears on the menu bar, false to disable it.
리턴 void

EnablePaging() 공개 메소드

public EnablePaging ( bool enabled ) : void
enabled bool
리턴 void

EnableRefresh() 공개 메소드

Used to enable or disable the Refresh button on the menu bar.
public EnableRefresh ( bool isEnabled ) : void
isEnabled bool True to enable the button so it appears on the menu bar, false to disable it.
리턴 void

SetDisplayedRange() 공개 메소드

public SetDisplayedRange ( int offset, int count, int total, int displayCount ) : void
offset int
count int
total int
displayCount int
리턴 void

SetTitle() 공개 메소드

public SetTitle ( string title ) : void
title string
리턴 void