Files
componentowl-astro/public/class-reference/better-splitbutton/BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton~Methods.html

76 lines
9.2 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="history" name="save" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>BetterSplitButton Methods</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">Better SplitButton Class Reference</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">BetterSplitButton Methods</h1>
</div>
</div>
<div id="nstext">
<p>The methods of the <b>BetterSplitButton</b> class are listed below. For a complete list of <b>BetterSplitButton</b> class members, see the <a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton~Members.html">BetterSplitButton Members</a> topic.</p>
<h4 class="dtH4" xmlns:ndoc="urn:ndoc-schema">Public Instance Methods</h4>
<div class="tablediv" xmlns:ndoc="urn:ndoc-schema">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.NotifyDefault.html">NotifyDefault</a></td><td width="50%"> Notifies a control that it is the default button so that its appearance and behavior is adjusted accordingly. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.PerformClick.html">PerformClick</a></td><td width="50%"> Generates a <a href="http://msdn.microsoft.com/en-us/library/System.Windows.Forms.Control.Click(VS.90).aspx">Click</a> event for the control. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.Refresh.html">Refresh</a></td><td width="50%"> Forces the control to invalidate its client area and immediately redraw itself and any child controls. </td></tr></table>
</div>
<h4 class="dtH4" xmlns:ndoc="urn:ndoc-schema">Protected Instance Methods</h4>
<div class="tablediv" xmlns:ndoc="urn:ndoc-schema">
<table class="dtTABLE" cellspacing="0">
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnBeforeMenuShown.html">OnBeforeMenuShown</a></td><td width="50%"> Raises the <a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.BeforeMenuShown.html">BeforeMenuShown</a> event. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnClick.html">OnClick</a></td><td width="50%"> Invokes context menu if the mouse is in split area or if <a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.AlwaysDropDown.html">AlwaysDropDown</a> is set true; otherwise, invokes click event. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnDoubleClick.html">OnDoubleClick</a></td><td width="50%"> Invokes context menu if the mouse is in split area or if <a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.AlwaysDropDown.html">AlwaysDropDown</a> is set true; otherwise, invokes double-click event. <a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.DoubleClickEnabled.html">DoubleClickEnabled</a> must be set true; othervise, takes no action. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnEnabledChanged.html">OnEnabledChanged</a></td><td width="50%"> Refreshes the state of the button including the split part. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnGotFocus.html">OnGotFocus</a></td><td width="50%"> Refreshes the split part of the button after focussed. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnKeyDown.html">OnKeyDown</a></td><td width="50%"> Updates state of the split part of the button as the Space key is hit. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnKeyUp.html">OnKeyUp</a></td><td width="50%"> Invokes the context menu if CTRL-Space (or Space-CTRL) is pressed. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnLostFocus.html">OnLostFocus</a></td><td width="50%"> Refreshes the split part of the button after focus is lost. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnMouseCaptureChanged.html">OnMouseCaptureChanged</a></td><td width="50%"> Refreshes the button after capture is lost. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnMouseDown.html">OnMouseDown</a></td><td width="50%"> Ivokes appropriate action depending on the mouse position and the <a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.AlwaysDropDown.html">AlwaysDropDown</a> property. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnMouseLeave.html">OnMouseLeave</a></td><td width="50%"> Updates the state of the split part as the mouse leaves. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnMouseMove.html">OnMouseMove</a></td><td width="50%"> Updates the state of the split part on mouse-over. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnMouseUp.html">OnMouseUp</a></td><td width="50%"> Refreshes state of the split part. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnPaint.html">OnPaint</a></td><td width="50%"> Draws the BetterSplitButton into the parent. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnSplitButtonClick.html">OnSplitButtonClick</a></td><td width="50%"> Raises the <a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.SplitButtonClick.html">SplitButtonClick</a> event. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.OnSplitButtonDoubleClick.html">OnSplitButtonDoubleClick</a></td><td width="50%"> Raises the <a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.SplitButtonDoubleClick.html">SplitButtonDoubleClick</a> event. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.ProcessCmdKey.html">ProcessCmdKey</a></td><td width="50%"> Filters the Enter and Space key if <a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.BlockEnterAndSpaceBar.html">BlockEnterAndSpaceBar</a> is set true. </td></tr>
<tr VALIGN="top"><td width="50%"><img src="protmethod.gif"></img><a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.ProcessMnemonic.html">ProcessMnemonic</a></td><td width="50%"> Invokes a click event if correct mnemonic key is pressed. </td></tr></table>
</div>
<h4 class="dtH4">See Also</h4>
<p>
<a href="BetterSplitButton~ComponentOwl.BetterSplitButton.BetterSplitButton.html">BetterSplitButton Class</a> | <a href="~ComponentOwl.BetterSplitButton.html">ComponentOwl.BetterSplitButton Namespace</a></p>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
<param name="Keyword" value="BetterSplitButton class, methods">
</param>
</object>
<hr />
<div id="footer">
<p>
<a href="mailto:support@componentowl.com?subject=Better%20SplitButton%20Class%20Reference%20Documentation%20Feedback:%20BetterSplitButton Methods">Send comments on this topic.</a>
</p>
<p>
<a>Copyright © 2010-2011 ComponentOwl.com</a>
</p>
<p>Generated from assembly BetterSplitButton [1.5.0.0] by <a href="http://ndoc3.sourceforget.net">NDoc3</a></p>
</div>
</div>
</body>
</html>