Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I was wondering if it is possible to set up a "Border Style" Interface? I whish that any class (Form) that has this interface will have a fixed Border Style.

share|improve this question
Your question is unclear. Please provide details such as the programming language you are using. – Hans Then Sep 15 '12 at 23:20

closed as not a real question by Gilles, rene, Abizern, Frank van Puffelen, Frédéric Hamidi Sep 16 '12 at 11:50

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You are looking for something like a "marker interface"

Take a look at these questions:

What is the purpose of a marker interface?

marker interface

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.