95 lines
2.8 KiB
Groff
95 lines
2.8 KiB
Groff
.TH "CampusAppWP8.Utility.Lui.Button.PhoneButton" 3 "Fri Oct 11 2013" "CampusAppWp8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.Utility.Lui.Button.PhoneButton \-
|
|
.PP
|
|
This class create an \fBButton\fP which start a PhoneCall
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.PP
|
|
Inherits Button\&.
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBPhoneButton\fP ()"
|
|
.br
|
|
.RI "\fIInitializes a new instance of the \fBPhoneButton\fP class\&. \fP"
|
|
.in -1c
|
|
.SS "Static Public Attributes"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "static readonly DependencyProperty \fBPhoneProperty\fP = DependencyProperty\&.Register('Number', typeof(object), typeof(\fBPhoneButton\fP), new PropertyMetadata(false))"
|
|
.br
|
|
.RI "\fIRegister the PhoneProperty \fP"
|
|
.ti -1c
|
|
.RI "static readonly DependencyProperty \fBDisplayNameProperty\fP = DependencyProperty\&.Register('DisplayName', typeof(object), typeof(\fBPhoneButton\fP), new PropertyMetadata(false))"
|
|
.br
|
|
.RI "\fIRegister the DisplayNameProperty \fP"
|
|
.in -1c
|
|
.SS "Protected Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "override void \fBOnClick\fP ()"
|
|
.br
|
|
.RI "\fIOverrides the OnClick-Method from button \fP"
|
|
.in -1c
|
|
.SS "Properties"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "object \fBNumber\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the PhoneNumber \fP"
|
|
.ti -1c
|
|
.RI "object \fBDisplayName\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the DisplayName \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
This class create an \fBButton\fP which start a PhoneCall
|
|
|
|
|
|
.SH "Constructor & Destructor Documentation"
|
|
.PP
|
|
.SS "CampusAppWP8\&.Utility\&.Lui\&.Button\&.PhoneButton\&.PhoneButton ()"
|
|
|
|
.PP
|
|
Initializes a new instance of the \fBPhoneButton\fP class\&.
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "override void CampusAppWP8\&.Utility\&.Lui\&.Button\&.PhoneButton\&.OnClick ()\fC [protected]\fP"
|
|
|
|
.PP
|
|
Overrides the OnClick-Method from button now method start the PhoneTask
|
|
.SH "Member Data Documentation"
|
|
.PP
|
|
.SS "readonly DependencyProperty CampusAppWP8\&.Utility\&.Lui\&.Button\&.PhoneButton\&.DisplayNameProperty = DependencyProperty\&.Register('DisplayName', typeof(object), typeof(\fBPhoneButton\fP), new PropertyMetadata(false))\fC [static]\fP"
|
|
|
|
.PP
|
|
Register the DisplayNameProperty
|
|
.SS "readonly DependencyProperty CampusAppWP8\&.Utility\&.Lui\&.Button\&.PhoneButton\&.PhoneProperty = DependencyProperty\&.Register('Number', typeof(object), typeof(\fBPhoneButton\fP), new PropertyMetadata(false))\fC [static]\fP"
|
|
|
|
.PP
|
|
Register the PhoneProperty
|
|
.SH "Property Documentation"
|
|
.PP
|
|
.SS "object CampusAppWP8\&.Utility\&.Lui\&.Button\&.PhoneButton\&.DisplayName\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the DisplayName
|
|
.SS "object CampusAppWP8\&.Utility\&.Lui\&.Button\&.PhoneButton\&.Number\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the PhoneNumber
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppWp8 from the source code\&.
|