Open Source .NET Development [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Open Source .NET Development [Electronic resources] - نسخه متنی

Brian Nantz

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


<aximp>


Generates a Windows Forms control that wraps ActiveX controls defined in an OCX.

Attribute

Description

Required

ocx

Filename of the ocx.

True

out

Filename of the output assembly.

False

publickeyfile

Contains the strong name public key.

False

keyfile

Contains the strong name pair.

False

keycontainer

Container holding string name pair.

False

delaysign

Force delay signing.

False

generatesource

Should wrapper C# code be generated?

False

nologo

Suppresses the banner.

False

silent

Suppresses any messages.

False

failonerror

Determines whether task failure stops the build or is just reported. Default is "true."

False

verbose

Task reports detailed build log messages. Default is "false."

False

if

If true then the task will be executed; otherwise skipped. Default is "true."

False

unless

Opposite of if. If false then the task will be executed; otherwise skipped. Default is "false."

False

Example


<aximp ocx="MyControl.ocx" out="MyFormsControl.dll" />


    / 275