C# Class SIPSorcery.AssetListMenuBar

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: sipsorcery/sipsorcery

Méthodes publiques

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

Private Methods

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

Method Details

AssetListMenuBar() public méthode

public AssetListMenuBar ( ) : System
Résultat System

EnableAdd() public méthode

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.
Résultat void

EnableFilter() public méthode

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.
Résultat void

EnableHelp() public méthode

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.
Résultat void

EnablePaging() public méthode

public EnablePaging ( bool enabled ) : void
enabled bool
Résultat void

EnableRefresh() public méthode

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.
Résultat void

SetDisplayedRange() public méthode

public SetDisplayedRange ( int offset, int count, int total, int displayCount ) : void
offset int
count int
total int
displayCount int
Résultat void

SetTitle() public méthode

public SetTitle ( string title ) : void
title string
Résultat void