WinLiveTileView Introduction The topics in this group introduce the latest UltraLiveTileView ™ control, along with instructions on its use and configuration. This control is similar to Microsoft 8 operating system’s tiles start screen. Topics Topic Purpose WinLiveTileView Control This topic provides conceptual ove...
About WinMaskedEdit WinMaskedEdit™ is a Windows Forms control that provides extensive and customizable input masking in a Windows form. Appearance Support — Full appearance support including alpha-blending, gradients, images, etc. Mask Input — A customized input mask can be used so that you can control which forma...
API Overview This section lists each namespace that is relevant to the control. We also give you several key classes that you will be using while programming with this control. The namespaces and classes on this page link directly into our API documentation. WinMaskedEdit Namespace: Infragistics.Win.UltraWinMasked...
Default Masks for IP and Email Topic Overview Purpose This topic provides an overview of the UltraMaskedEdit™ control’s 3 additional input masks, introduced with the 13.1 release. The input masks consists of Internet Protocol (IP) version 4 and 6, and Email. Required background The following topic is a prerequisit...
Incrementing the Spin Value (WinMaskedEdit) The WinMaskedEdit™ control allows your end user to change a value incrementally with the arrow keys and the spin buttons. In order to increment by values other than one you will need to set the SpinIncrement property to a non-negative, rational value. Since WinMaskedEdit...
WinMaskedEdit Resource Strings Reference You can quickly and easily modify any resource string value that is displayed to a user by a control/component. Resource strings include items such as dialog box captions, warning messages, alerts, etc. The following table lists the names of the resource strings that are us...
WinMaskedEdit Smart Tag In Visual Studio 2005 (.NET Framework 2.0), each Ultimate UI for Windows Forms control/component is equipped with a Smart Tag. By simply selecting the control/component, a Smart Tag anchor appears. When you click this anchor, a pop-up panel appears, providing you with quick and easy access ...
WinMaskedEdit Click the links below to find information specific to the WinMaskedEdit™ control. About WinMaskedEdit Default Masks for IP and Email Spinning Behavior WinMaskedEdit Smart Tag Using WinMaskedEdit Increment an Editor Using Custom Input API Overview — Lists the namespaces and classes that you will be wo...
Increment an Editor Using Custom Input The WinEditorMaskedControlBase is able to increment/decrement its value on the up/down arrow key input. In order to allow this functionality for other forms of input, we can use the PerformAction() method to perform the appropriate up or down arrow key action. Note that the e...
WinEditorMaskedControlBase Spin Spinning Behavior The WinDateTimeEditor, WinCurrencyEditor, WinMaskedEdit, and WinNumericEditor each has the ability to increment the current value when the user gives a certain input. There are three ways this behavior can be triggered: The user presses the up/down arrow key. The u...