NumberFormatSettings Constructor |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic NumberFormatSettings(
IKaxNumericTextBox numericTextBox,
StateBag viewStateOwner
)
Public Sub New (
numericTextBox As IKaxNumericTextBox,
viewStateOwner As StateBag
)
public:
NumberFormatSettings(
IKaxNumericTextBox^ numericTextBox,
StateBag^ viewStateOwner
)
new :
numericTextBox : IKaxNumericTextBox *
viewStateOwner : StateBag -> NumberFormatSettings
Parameters
- numericTextBox
- Type: Kettic.AspNet.ControlsIKaxNumericTextBox
- viewStateOwner
- Type: System.Web.UIStateBag
See Also