메소드 | 설명 | |
---|---|---|
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 |
public EnableAdd ( bool isEnabled ) : void | ||
isEnabled | bool | True to enable the button so it appears on the menu bar, false to disable it. |
리턴 | void |
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 |
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 |
public EnableRefresh ( bool isEnabled ) : void | ||
isEnabled | bool | True to enable the button so it appears on the menu bar, false to disable it. |
리턴 | void |
public SetDisplayedRange ( int offset, int count, int total, int displayCount ) : void | ||
offset | int | |
count | int | |
total | int | |
displayCount | int | |
리턴 | void |