Results 1 to 6 of 6

Thread: how to add properties

Threaded View

  1. #5
    Frenzied Member jjortiz's Avatar
    Join Date
    Mar 2001
    Location
    NYC
    Posts
    1,768
    Is this what you mean. The type will not show up, but it will work.
    There is a sample app included.
    Code:
    Public Property Get Font() As Font
        Set Font = txtTextBox.Font
    End Property
    Public Property Set Font(ByVal New_Font As Font)
        Set txtTextBox.Font = New_Font
    End Property
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width