C# Class P02Project.hcihBeads

Interaction logic for hcihBeads.xaml
Inheritance: System.Windows.Controls.UserControl, Animatiable
ファイルを表示 Open project: raouldc/OptiDev Class Usage Examples

Public Methods

Method Description
AnimateIn ( ) : void

Begin Animations

AnimateOut ( ) : void

Does nothing

hcihBeads ( ) : System

Constructor

Private Methods

Method Description
AocBeadsContent ( ) : StackPanel

mode data addition

ConactContent ( ) : StackPanel

add contact data

PgrmBeadsContent ( ) : StackPanel

add more of the data to the content

ResetTimer ( ) : void

Resets the timeout timer

SetAllUnsel ( ) : void

set all the items in the background to unselected

abtBeadsContent ( ) : StackPanel

add the data to the content about beads

abtBeads_Click ( object sender, RoutedEventArgs e ) : void

handler for the about beads button click

aocBeads_Click ( object sender, RoutedEventArgs e ) : void

handler for the aocBeads button click

contact_Click ( object sender, RoutedEventArgs e ) : void

handler for the contact lick

prgmBeads_Click ( object sender, RoutedEventArgs e ) : void

handler for the prgm Beads button click

text_ScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void

Reset the timer when the user scrolls

Method Details

AnimateIn() public method

Begin Animations
public AnimateIn ( ) : void
return void

AnimateOut() public method

Does nothing
public AnimateOut ( ) : void
return void

hcihBeads() public method

Constructor
public hcihBeads ( ) : System
return System