From 38fa83288e40aa69663e75e7f86bd201e219bebc Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Tue, 20 Jun 2017 11:45:49 -0400 Subject: [PATCH] Updated SplitButton (markdown) --- SplitButton.md | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/SplitButton.md b/SplitButton.md index 7ca24db..936c574 100644 --- a/SplitButton.md +++ b/SplitButton.md @@ -3,28 +3,31 @@ Derives from Xceed.Wpf.Toolkit.DropDownButton The SplitButton control is a button that can be clicked and also provides a drop down in which you can place any custom content within. -![](SplitButton_splitbutton.jpg) -{{ +[[SplitButton_splitbutton.jpg]] + +``` -}} +``` -## Properties -|| Property || Description -| Command | Gets or sets the command to execute when the button is clicked. -| CommandParameter | Gets or sets the command parameter to pass to the **Command** when the button is clicked. -| CommandTarget | Gets or sets the element on which to raise the specified command. -| DropDownContent | Get or sets the object to use as the drop down button's content. (Inherited from DropDownButton) -| IsOpen | Gets or sets a value indicating whether the dropdown is open. (Inherited from DropDownButton) +### Properties +| Property | Description | +| --- | --- | +| Command | Gets or sets the command to execute when the button is clicked. | +| CommandParameter | Gets or sets the command parameter to pass to the **Command** when the button is clicked. | +| CommandTarget | Gets or sets the element on which to raise the specified command. | +| DropDownContent | Get or sets the object to use as the drop down button's content. (Inherited from DropDownButton) | +| IsOpen | Gets or sets a value indicating whether the dropdown is open. (Inherited from DropDownButton) | -## Events -|| Event || Description -| Click | Raised when the control is clicked (Inherited from DropDownButton) -| Opened | Raised when the DropDownButton dropdown has opened. (Inherited from DropDownButton) -| Closed | Raised when the DropDownButton dropdown has closed. (Inherited from DropDownButton) +### Events +| Event | Description | +| --- | --- | +| Click | Raised when the control is clicked (Inherited from DropDownButton) | +| Opened | Raised when the DropDownButton dropdown has opened. (Inherited from DropDownButton) | +| Closed | Raised when the DropDownButton dropdown has closed. (Inherited from DropDownButton) | -**Support this project, check out the [Plus Edition](https://xceed.com/xceed-toolkit-plus-for-wpf/).** ---- \ No newline at end of file +--- +**Support this project, check out the [Plus Edition](https://xceed.com/xceed-toolkit-plus-for-wpf/).** \ No newline at end of file