Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Browsable(True)>
- <EditorBrowsable(EditorBrowsableState.Always)>
- <DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)>
- <Localizable(True)>
- <Category("Appearance")>
- <Description("The font of the text displayed by the control.")>
- <DefaultValue(GetType(Font), "Microsoft Sans Serif, 8.25")>
- Public Overrides Property Font As Font
- Get
- Return MyBase.Font
- End Get
- Set(ByVal value As Font)
- MyBase.Font = value
- Me.textboxB.Font = value
- End Set
- End Property
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement