TextBoxNumeric 类用来实现对文本框中显示的小数位数的控制,继承于 UITextBox 类。是只允许输入数字的TextBox。

命名空间:  SuperMap.Desktop.UI
程序集:  SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll

语法

C#
public class TextBoxNumeric : UITextBox

继承层次

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.TextBoxBase
          System.Windows.Forms..::.TextBox
            SuperMap.Desktop.UI..::.UITextBox
              SuperMap.Desktop.UI..::.TextBoxNumeric

请参见