Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 541529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:21:09+00:00 2026-05-13T10:21:09+00:00

Has anyone ever tried to implement ICommandSource with VB? The examples provided by Microsoft

  • 0

Has anyone ever tried to implement ICommandSource with VB?
The examples provided by Microsoft are in C#, and since VB doesn’t allow implicit implementation this interface is like inachievable in VB!!

http://msdn.microsoft.com/en-us/library/ms771361.aspx

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T10:21:09+00:00Added an answer on May 13, 2026 at 10:21 am

    It depends on what class you want to implement it on. If you’re introducing the Command, CommandParameter and CommandTarget properties in your own class (where you’re implementing the interface), you can just implement it like any other interface:

    Public ReadOnly Property Command() As ICommand
      Implements ICommandSource.Command
      Get
        ' implementation goes here
      End Get
    End Property
    

    You can still use a DP for the implementation, by the way: the Implements directive is on the CLR property and does not interfere with the “do not touch” implementation of the getters and setters.

    If the class you want to implement it on already has (inherited) Command, CommandParameter and CommandTarget properties, and you want the interface implementation to reuse those, you’ll need to create new properties with new names, declare them as interface implementations and back them onto the existing properties

    Public ReadOnly Property ICommandSource_Command() As ICommand
      Implements ICommandSource.Command
      Get
        Return Me.Command  ' the existing implementation that can't be made implicit
      End Get
    End Property
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Has anyone ever tried sending emails using 1&1 smtp host? I tried the following?
Has anyone ever run into this issue before? Sometimes the string displays, sometimes half
Has anyone ever heard of overriding too many classes in Java? Perhaps this issue
Has anyone ever seen this? I don't how to expand on this. It's the
Has anyone ever tried to use custom binding with SSL in a WCF web
Has anyone ever found an error like this? File C:\Python27\lib\site-packages\yaml\parser.py, line 439, in parse_block_mapping_key
Has anyone ever tried making the drop-downs appear like a carousel? I have a
Has anyone ever run into this before? I have the crossdomain.xml set and I've
Has anyone ever experienced this situation? I've got a JQuery method that works well
Just wondering if anyone has ever tried to determine the actual size of a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.