6 overrides of SampleString
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\FormatControl.CurrencyFormatType.cs (1)
22public override string SampleString =>
System\Windows\Forms\Design\FormatControl.CustomFormatType.cs (1)
22public override string SampleString
System\Windows\Forms\Design\FormatControl.DateTimeFormatType.cs (1)
22public override string SampleString
System\Windows\Forms\Design\FormatControl.NoFormattingFormatType.cs (1)
13public override string SampleString => "-1234.5";
System\Windows\Forms\Design\FormatControl.NumericFormatType.cs (1)
22public override string SampleString =>
System\Windows\Forms\Design\FormatControl.ScientificFormatType.cs (1)
22public override string SampleString =>
4 references to SampleString
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\FormatControl.cs (4)
103sampleLabel.Text = item.SampleString; 112sampleLabel.Text = item.SampleString; 125sampleLabel.Text = item.SampleString; 408sampleLabel.Text = item.SampleString;