103 lines
3.0 KiB
Groff
103 lines
3.0 KiB
Groff
.TH "CampusAppWP8.Utility.Lui.Button.ToggleButton" 3 "Wed Jul 17 2013" "CampusAppWP8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.Utility.Lui.Button.ToggleButton \-
|
|
.PP
|
|
This class create an \fBButton\fP which can toggle the Visibility of certain FrameworkElements
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.PP
|
|
Inherits Button\&.
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBToggleButton\fP ()"
|
|
.br
|
|
.RI "\fIInitializes a new instance of the \fBToggleButton\fP class\&. \fP"
|
|
.ti -1c
|
|
.RI "void \fBToggleToggleContent\fP ()"
|
|
.br
|
|
.RI "\fIMethod close the ToggleContent of the old ToggleContent and then show the new one \fP"
|
|
.ti -1c
|
|
.RI "void \fBShowToggleContent\fP ()"
|
|
.br
|
|
.RI "\fIMethod show all Element of the ToggleContent \fP"
|
|
.ti -1c
|
|
.RI "void \fBHideToggleContent\fP ()"
|
|
.br
|
|
.RI "\fIMethod show all Element of the ToggleContent \fP"
|
|
.in -1c
|
|
.SS "Static Public Attributes"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "static readonly DependencyProperty \fBToggleContentTagProperty\fP = DependencyProperty\&.Register('ToggleContentTag', typeof(object), typeof(\fBToggleButton\fP), new PropertyMetadata(false))"
|
|
.br
|
|
.RI "\fIRegister the ToggleContentTag \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 \fBToggleContentTag\fP\fC [get, set]\fP"
|
|
.br
|
|
.RI "\fIGets or sets the ToggleContentTag \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
This class create an \fBButton\fP which can toggle the Visibility of certain FrameworkElements
|
|
|
|
|
|
.SH "Constructor & Destructor Documentation"
|
|
.PP
|
|
.SS "CampusAppWP8\&.Utility\&.Lui\&.Button\&.ToggleButton\&.ToggleButton ()"
|
|
|
|
.PP
|
|
Initializes a new instance of the \fBToggleButton\fP class\&.
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "void CampusAppWP8\&.Utility\&.Lui\&.Button\&.ToggleButton\&.HideToggleContent ()"
|
|
|
|
.PP
|
|
Method show all Element of the ToggleContent
|
|
.SS "override void CampusAppWP8\&.Utility\&.Lui\&.Button\&.ToggleButton\&.OnClick ()\fC [protected]\fP"
|
|
|
|
.PP
|
|
Overrides the OnClick-Method from button now method toggle the visibility of some FrameWorkElements
|
|
.SS "void CampusAppWP8\&.Utility\&.Lui\&.Button\&.ToggleButton\&.ShowToggleContent ()"
|
|
|
|
.PP
|
|
Method show all Element of the ToggleContent
|
|
.SS "void CampusAppWP8\&.Utility\&.Lui\&.Button\&.ToggleButton\&.ToggleToggleContent ()"
|
|
|
|
.PP
|
|
Method close the ToggleContent of the old ToggleContent and then show the new one
|
|
.SH "Member Data Documentation"
|
|
.PP
|
|
.SS "readonly DependencyProperty CampusAppWP8\&.Utility\&.Lui\&.Button\&.ToggleButton\&.ToggleContentTagProperty = DependencyProperty\&.Register('ToggleContentTag', typeof(object), typeof(\fBToggleButton\fP), new PropertyMetadata(false))\fC [static]\fP"
|
|
|
|
.PP
|
|
Register the ToggleContentTag
|
|
.SH "Property Documentation"
|
|
.PP
|
|
.SS "object CampusAppWP8\&.Utility\&.Lui\&.Button\&.ToggleButton\&.ToggleContentTag\fC [get]\fP, \fC [set]\fP"
|
|
|
|
.PP
|
|
Gets or sets the ToggleContentTag
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppWP8 from the source code\&.
|