C# Class Autorefresh.FormAutoRefresh

Show file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
FormAutoRefresh ( ) : System
GetAutoOff ( ) : bool
GetAutoOn ( ) : bool
GetMinute ( ) : int
GetSecond ( ) : int
InitializeMinute ( ) : void
InitializeSecond ( ) : void
SetAutoOff ( bool off ) : void
SetAutoOn ( bool on ) : void
SetSchematicInmemoryDiagram ( ISchematicInMemoryDiagram SchMemoryDiag ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FormAutoRefresh_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeTimer ( ) : void
IntervalMinute_SelectedIndexChanged ( object sender, EventArgs e ) : void
IntervalSecond_SelectedIndexChanged ( object sender, EventArgs e ) : void
RefreshViewerWindows ( ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonOK_Click ( object sender, EventArgs e ) : void
timerAutoRefresh_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FormAutoRefresh() public method

public FormAutoRefresh ( ) : System
return System

GetAutoOff() public method

public GetAutoOff ( ) : bool
return bool

GetAutoOn() public method

public GetAutoOn ( ) : bool
return bool

GetMinute() public method

public GetMinute ( ) : int
return int

GetSecond() public method

public GetSecond ( ) : int
return int

InitializeMinute() public method

public InitializeMinute ( ) : void
return void

InitializeSecond() public method

public InitializeSecond ( ) : void
return void

SetAutoOff() public method

public SetAutoOff ( bool off ) : void
off bool
return void

SetAutoOn() public method

public SetAutoOn ( bool on ) : void
on bool
return void

SetSchematicInmemoryDiagram() public method

public SetSchematicInmemoryDiagram ( ISchematicInMemoryDiagram SchMemoryDiag ) : void
SchMemoryDiag ISchematicInMemoryDiagram
return void