119 lines
3.4 KiB
Groff
119 lines
3.4 KiB
Groff
.TH "CampusAppWP8.Utility.Lui.Button.ToggleButton" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- 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\&.
|
|
|
|
Stubbfel, 15\&.10\&.2013\&.
|
|
.PP
|
|
\fBSee Also:\fP
|
|
.RS 4
|
|
T:System\&.Windows\&.Controls\&.Button
|
|
.PP
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Constructor & Destructor Documentation"
|
|
.PP
|
|
.SS "CampusAppWP8\&.Utility\&.Lui\&.Button\&.ToggleButton\&.ToggleButton ()"
|
|
|
|
.PP
|
|
Initializes a new instance of the \fBToggleButton\fP class\&. Stubbfel, 15\&.10\&.2013\&.
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "void CampusAppWP8\&.Utility\&.Lui\&.Button\&.ToggleButton\&.HideToggleContent ()"
|
|
|
|
.PP
|
|
Method show all Element of the ToggleContent\&. Stubbfel, 15\&.10\&.2013\&.
|
|
.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\&.
|
|
.PP
|
|
\fBSee Also:\fP
|
|
.RS 4
|
|
M:System\&.Windows\&.Controls\&.Button\&.OnClick()
|
|
.PP
|
|
.RE
|
|
.PP
|
|
|
|
.SS "void CampusAppWP8\&.Utility\&.Lui\&.Button\&.ToggleButton\&.ShowToggleContent ()"
|
|
|
|
.PP
|
|
Method show all Element of the ToggleContent\&. Stubbfel, 15\&.10\&.2013\&.
|
|
.SS "void CampusAppWP8\&.Utility\&.Lui\&.Button\&.ToggleButton\&.ToggleToggleContent ()"
|
|
|
|
.PP
|
|
Method close the ToggleContent of the old ToggleContent and then show the new one\&. Stubbfel, 15\&.10\&.2013\&.
|
|
.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\&. The toggle content tag\&.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppW8 from the source code\&.
|